+2001-02-07 Sven Neumann <sven@convergence.de>
+
+ * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to
+ pango dimensions after painting the background. We used to draw
+ gigantic flat boxes here.
+
Mon Feb 5 22:05:57 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
+2001-02-07 Sven Neumann <sven@convergence.de>
+
+ * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to
+ pango dimensions after painting the background. We used to draw
+ gigantic flat boxes here.
+
Mon Feb 5 22:05:57 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
+2001-02-07 Sven Neumann <sven@convergence.de>
+
+ * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to
+ pango dimensions after painting the background. We used to draw
+ gigantic flat boxes here.
+
Mon Feb 5 22:05:57 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
+2001-02-07 Sven Neumann <sven@convergence.de>
+
+ * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to
+ pango dimensions after painting the background. We used to draw
+ gigantic flat boxes here.
+
Mon Feb 5 22:05:57 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
+2001-02-07 Sven Neumann <sven@convergence.de>
+
+ * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to
+ pango dimensions after painting the background. We used to draw
+ gigantic flat boxes here.
+
Mon Feb 5 22:05:57 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
+2001-02-07 Sven Neumann <sven@convergence.de>
+
+ * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to
+ pango dimensions after painting the background. We used to draw
+ gigantic flat boxes here.
+
Mon Feb 5 22:05:57 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
+2001-02-07 Sven Neumann <sven@convergence.de>
+
+ * gtk/gtkentry.c (gtk_entry_draw_text): convert area_height to
+ pango dimensions after painting the background. We used to draw
+ gigantic flat boxes here.
+
Mon Feb 5 22:05:57 2001 Owen Taylor <otaylor@redhat.com>
* gdk/linux-fb/gdkimage-fb.c (_gdk_fb_get_image): Fix syntax
gint y_pos;
gdk_window_get_size (entry->text_area, &area_width, &area_height);
- area_height = PANGO_SCALE * (area_height - 2 * INNER_BORDER);
widget = GTK_WIDGET (entry);
NULL, widget, "entry_bg",
0, 0, area_width, area_height);
+ area_height = PANGO_SCALE * (area_height - 2 * INNER_BORDER);
+
line = pango_layout_get_lines (layout)->data;
pango_layout_line_get_extents (line, NULL, &logical_rect);